ocr: To declare a class, use the keyword "class". ie. class <name> : Here is an eHample that will declare a class called SChOOLLDUS, and will have a member runction, called init_bus, that will initialize two data members of the class. The names of the data members will be miles and passengers. In the main0 runction, we will create an instance of the class school_bus. class SChOOLDUS // declare a class called SChOOLDUS L int miles, passengers // delcare the two data members void INIt_DUSWVOId) // declare member runction init_bus L miles = passengers = 0; 11 initialize both variables to zero - j